Returns or sets a value that determines whether a series is displayed on the chart.
Syntax
object.Hidden [ = boolean]
The Hidden property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression that controls whether a series is displayed on the chart, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | The chart is drawn without displaying the series. However, any space allocated for the series still exists. |
False | (Default) The series is displayed. |